home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / workbench / clipper / foreign english speakers < prev    next >
Text File  |  2000-02-28  |  896b  |  53 lines

  1.  
  2.  
  3. Please could any NON English persons who use Clipper do me a BIG favour
  4.  and translate Clippers catalog so it supports your language
  5.  
  6.  
  7. included is the file 'Clipper.cs' ,
  8. this file is for use with SimpleCat which if you don't have it can be found
  9. on aminet
  10.  
  11.  
  12.  
  13. here is kind of how the file looks without the french stuff
  14.  
  15. ------------------------------
  16. ## languages english,deutsch
  17.  
  18. blah,blah
  19.  
  20. ;
  21. MSG_Yes               ; item name
  22. Yes                   ; english
  23. Ja                    ; deutsch
  24. ;
  25.  
  26.  
  27. -----------------------------
  28.  
  29. this is how you would make it
  30.  
  31. ## languages english,deutsch,français   ; Added French
  32.  
  33. ;
  34. MSG_Yes    ; item name
  35. Yes        ; english
  36. Ja         ; deutsch
  37. Oui        ; added French item
  38. ;          ; string terminator
  39.  
  40.  
  41. -----------------------------
  42.  
  43.  
  44. Simple :)
  45.  
  46. if you make a translation please send it
  47. to me so i can include it with Future Versions
  48.  
  49.  
  50. Thanks
  51.  
  52. Bruce.
  53.